From 9ff773498ce9c526382dd49c710d4365ee82a050 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Mon, 27 Jul 2015 16:15:21 -0400 Subject: [PATCH] Link manifst docs to version info in crates.io docs Fixes #1707 --- src/doc/manifest.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index e0631bf03..75432573d 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -24,6 +24,9 @@ basic rules: `pub` structs, traits, fields, types, functions, methods or anything else. * Use version numbers with three numeric parts such as 1.0.0 rather than 1.0. +For more on versions, see [this +documentation][crates-io.html#using-crates.io-based-crates]. + ## The `build` Field (optional) This field specifies a file in the repository which is a [build -- 2.30.2